home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr25
/
pushd20.zip
/
DIRS.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-05-30
|
332b
|
8 lines
/* DIRS */
/* written: Ric Anderson 14 May 93 */
/* revised: Ken Neighbors 30 May 93 beautify */
DirStack = value('PUSHD',,'OS2ENVIRONMENT')
say _beaut(directory()) DirStack
exit 0